Calendar for WinForms | ComponentOne
C1.Framework.Mathematics Namespace / Fraction<T> Structure / Denominator Property

In This Topic
    Denominator Property (Fraction<T>)
    In This Topic
    Gets or sets the denominator of the fraction.
    Syntax
    'Declaration
     
    
    Public Property Denominator As T
    public T Denominator {get; set;}

    Property Value

    A T that indicats the number written below the line in a common fraction that indicates the number of parts into which one whole is divided.
    See Also